home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970104-19970326 / 000377_news@columbia.edu _Fri Mar 7 16:39:12 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id QAA04025
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 7 Mar 1997 16:39:12 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id QAA26068
  7.     for kermit.misc@watsun; Fri, 7 Mar 1997 16:39:10 -0500 (EST)
  8. Path: news.columbia.edu!panix!news-peer.gsl.net!news.gsl.net!news.sgi.com!news.mathworks.com!howland.erols.net!cs.utexas.edu!natinst.com!hopper.ACM.ORG!ACM.ORG!AARONB
  9. From: aaronb@ACM.ORG (Aaron Burns)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: 'cd' probs in c-kerm 6.0.192
  12. Date: 7 Mar 1997 19:52:48 GMT
  13. Organization: ACM Network Services
  14. Lines: 21
  15. Message-ID: <5fprmh$e7b@hopper.acm.ORG>
  16. Reply-To: aaronb@ACM.ORG
  17. NNTP-Posting-Host: pascal.acm.org
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:6712
  19.  
  20. Howdy.  I'm writing a kermit script to recieve files from 
  21. sources outside our company.  We're running C-Kermit
  22. 6.0.192 6 Sep 96 under Alpha, VMS 6.2.
  23.  
  24. In the scripts, we use 'cd \$(ef_intake_dir)', where
  25. ef_intake_dir is "DRB0:[bellt33.syim.intake]".  The 
  26. cd fails - because it doesn't understand "DRB0:".
  27.  
  28. I've confirmed this by trying cd's manually.  Without the
  29. drive spec, it works find.  With the drive spec it fails
  30. every time.
  31.  
  32. I've tried enclosing the drive spec in single and 
  33. double quotes.  No luck.
  34.  
  35. Any suggestions?  We need to include the drive spec
  36. to ensure that files end up in the right spot.
  37.  
  38. I've got the manual for a previous version (new one is
  39. on order) - at home.  Thanks for your time in answering.
  40.